home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Panasonic- / funcity / paris / wave / CINJ.dcr / 00011_—غèºñ{-Mouse Down.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  2.1 KB  |  85 lines

  1. on modechange
  2.   set dx to the mouseH
  3.   set dy to the mouseV
  4.   if (dx > 60) and (dx < 85) and ((dy > 200) and (dy < 225)) then
  5.     puppetSound(0)
  6.     go("Matumoto")
  7.     abort()
  8.   end if
  9.   if (dx > 45) and (dx < 65) and ((dy > 110) and (dy < 135)) then
  10.     puppetSound(0)
  11.     go("├¥Γé¼┬¿┼╕├╕ΓÇ║")
  12.     abort()
  13.   end if
  14.   if (dx > 85) and (dx < 110) and ((dy > 90) and (dy < 125)) then
  15.     puppetSound(0)
  16.     go("┬¬┬»┬«")
  17.     abort()
  18.   end if
  19.   if (dx > 155) and (dx < 195) and ((dy > 120) and (dy < 145)) then
  20.     puppetSound(0)
  21.     go("╞ÆΓé¼├ÇΓé¼├ÿ┬║┬É")
  22.     abort()
  23.   end if
  24.   if (dx > 190) and (dx < 225) and ((dy > 165) and (dy < 225)) then
  25.     puppetSound(0)
  26.     go("┼ô┬»┬«├╜")
  27.     abort()
  28.   end if
  29.   if (dx > 90) and (dx < 120) and ((dy > 45) and (dy < 95)) then
  30.     puppetSound(0)
  31.     go("┼áΓé¼├ÿ┼Æ")
  32.     abort()
  33.   end if
  34.   if (dx > 135) and (dx < 175) and ((dy > 150) and (dy < 210)) then
  35.     puppetSound(0)
  36.     go("┬ñ┬┐Γé¼ΓÇ║")
  37.     abort()
  38.   end if
  39.   if (dx > 305) and (dx < 365) and ((dy > 175) and (dy < 215)) then
  40.     puppetSound(0)
  41.     go("├â┬║Γé¼┬┐")
  42.     abort()
  43.   end if
  44.   if (dx > 245) and (dx < 290) and ((dy > 175) and (dy < 205)) then
  45.     puppetSound(0)
  46.     go("┬¬├ù")
  47.     abort()
  48.   end if
  49.   if (dx > 210) and (dx < 250) and ((dy > 40) and (dy < 80)) then
  50.     puppetSound(0)
  51.     go("ΓÇ¥┬╗")
  52.     abort()
  53.   end if
  54.   if (dx > 235) and (dx < 305) and ((dy > 115) and (dy < 165)) then
  55.     puppetSound(0)
  56.     go("┼ôΓÇ║ΓÇó┼╛┬Å")
  57.     abort()
  58.   end if
  59.   if (dx > 335) and (dx < 370) and ((dy > 225) and (dy < 265)) then
  60.     puppetSound(0)
  61.     go("├â┬ü┼╕┬É├╜╞Æ")
  62.     abort()
  63.   end if
  64.   if (dx > 68) and (dx < 111) and ((dy > 168) and (dy < 211)) then
  65.     puppetSound(0)
  66.     go("├ëJ├ë~├à[├ë├£")
  67.     abort()
  68.   end if
  69.   if (dx > 325) and (dx < 351) and ((dy > 134) and (dy < 162)) then
  70.     puppetSound(0)
  71.     go("├á├╖├⌐q├ç├â├¡j")
  72.     abort()
  73.   end if
  74.   if (dx > 210) and (dx < 222) and ((dy > 135) and (dy < 151)) then
  75.     puppetSound(0)
  76.     go("├á├╖├⌐q├ç├â├¡j├çQ")
  77.     abort()
  78.   end if
  79.   if (dx > 313) and (dx < 357) and ((dy > 21) and (dy < 150)) then
  80.     puppetSound(0)
  81.     go("├ëG├ëb├ët├ëF├ë├ú")
  82.     abort()
  83.   end if
  84. end
  85.